home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / Pdmod / modules / socket / ios1.m < prev    next >
Encoding:
Text File  |  2002-10-28  |  597 b   |  30 lines

  1. /*
  2.  * $Id: ios1.h,v 1.2 1994/03/23 23:43:51 jraja Exp $
  3.  *
  4.  * Extensions to SAS/C level 1 IO definition file include:ios1.h
  5.  *
  6.  * Copyright © 1994 AmiTCP/IP Group, <amitcp-group@hut.fi>
  7.  *                  Helsinki University of Technology, Finland.
  8.  *                  All rights reserved.
  9.  */
  10.  
  11. /*
  12.  * Include SAS/C ios1.h
  13.  */
  14.  
  15. /*
  16.  * Additional flag definitions for the ufbflg field
  17.  * The given value was recommended by SAS.
  18.  */
  19.  
  20. #define UFB_SOCK $100 /* AmiTCP/IP socket */
  21.  
  22. /*
  23.  * Additional external definitions
  24.  */
  25. /*
  26. extern struct UFB *__allocufb(int *);
  27. #define   allocufb    __allocufb
  28. */
  29.  
  30.